Skip to content

fix: escaped html properly#1933

Open
cxnexion wants to merge 1 commit intosveltejs:mainfrom
cxnexion:patch-2
Open

fix: escaped html properly#1933
cxnexion wants to merge 1 commit intosveltejs:mainfrom
cxnexion:patch-2

Conversation

@cxnexion
Copy link
Copy Markdown

@cxnexion cxnexion commented Apr 12, 2026

(Please, review this PR in raw mode, to see the problem)
Updated < (that on website converts to the <) to &lt; .
It does render right in the website. BUT not in the markdown preview (so if you look at the commit md preview it's weird),
I'm sorry that I can't explain why md render in tutorial renders < as <, while in .md it's <

Before submitting the PR, please make sure you do the following

  • It's really useful if your PR references an issue where it is discussed ahead of time.
  • [ Yes ] Prefix your PR title with feat:, fix:, chore:, or docs:.
  • [ Yes ] This message body should clearly illustrate what problems it solves.

Updated &lt; (that on website converts to the <) to &amp;lt; (which renders right in the website, but not in the markdown preview for some reason).
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 12, 2026

@cxnexion is attempting to deploy a commit to the Svelte Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant